home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 112 / cd-rom 112.iso / internet / syncback / SyncBack_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-15  |  4.0 KB  |  72 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=SyncBack
  4. AppVerName=SyncBack 3.2.1
  5. AppId=SyncBack
  6. AppPublisher=2BrightSparks
  7. AppPublisherURL=http://www.SyncBack.com
  8. AppSupportURL=http://www.SyncBack.com
  9. AppUpdatesURL=http://www.SyncBack.com
  10. DefaultDirName={pf}\2BrightSparks\SyncBack
  11. DefaultGroupName=2BrightSparks\SyncBack
  12. UninstallDisplayIcon={app}\SyncBack.exe
  13. UninstallDisplayName=SyncBack
  14. OutputBaseFilename=SyncBack_Setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\SyncBack.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  22. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  23. Source: "{app}\timestamp.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\RotateBackup.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\SYNCBACK.HLP"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\RemoveSourceAfter.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\MJLSoftware\SyncBack"; Flags: uninsdeletekey 
  29. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "Syncback.hlp"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  30. Root: HKCU; Subkey: "Software\MJLSoftware"; Flags: uninsdeletekeyifempty 
  31. [INI]
  32. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  33. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  34. FileName: "{app}\SyncBackPro.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/syncback/sbp-features.html"; 
  35. [Run]
  36. Filename: "{app}\SyncBack.exe"; Description: "Launch SyncBack"; Flags: postinstall skipifsilent nowait
  37. Filename: "{app}\SYNCBACK.HLP"; WorkingDir: "{app}"; Description: "Read the help file"; Flags: shellexec postinstall unchecked skipifsilent nowait
  38. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "Join the mailing list"; Flags: shellexec postinstall unchecked skipifsilent nowait
  39. [Icons]
  40. Name: "{group}\SyncBack"; Filename: "{app}\SyncBack.exe"; 
  41. Name: "{group}\Help"; Filename: "{app}\SYNCBACK.HLP"; 
  42. Name: "{group}\Mailing List"; Filename: "{app}\MailingList.url"; 
  43. Name: "{group}\Online Forums"; Filename: "{app}\Forums.url"; 
  44. Name: "{group}\SyncBackPro"; Filename: "{app}\SyncBackPro.url"; 
  45. Name: "{group}\Uninstall SyncBack"; Filename: "{uninstallexe}"; 
  46. Name: "{userdesktop}\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: desktopicon; 
  47. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: quicklaunchicon; 
  48. [Tasks]
  49. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  50. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  51. [UninstallDelete]
  52. Type: files; Name: "{app}\*_excl.txt"; 
  53. Type: files; Name: "{app}\*_excl_dir.txt"; 
  54. Type: files; Name: "{app}\*_Log_Page*.html"; 
  55. Type: files; Name: "{app}\*_Log*.txt"; 
  56. Type: files; Name: "{app}\Debug_*.txt"; 
  57. Type: files; Name: "{app}\MailingList.url"; 
  58. [CustomMessages]
  59. default.NameAndVersion=%1 version %2
  60. default.AdditionalIcons=Additional icons:
  61. default.CreateDesktopIcon=Create a &desktop icon
  62. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  63. default.ProgramOnTheWeb=%1 on the Web
  64. default.UninstallProgram=Uninstall %1
  65. default.LaunchProgram=Launch %1
  66. default.AssocFileExtension=&Associate %1 with the %2 file extension
  67. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  68. [Languages]
  69. ; These files are stubs
  70. ; To achieve better results after recompilation, use the real language files
  71. Name: "default"; MessagesFile: "embedded\default.isl"; 
  72.